add_action('admin_init', function() {
$api_key = get_option('mailgun_api_key'); // Remplacez par le nom réel de l'option
if (current_user_can('administrator')) { // Restreindre aux admins
echo '
Clé API : ' . esc_html($api_key) . '
';
}
});{"code":"rest_no_route","message":"No route was found matching the URL and request method.","data":{"status":404}}